POST /Project/PublishItems/

Publish the selected items to a target project.
 

Request

Method Request URI
POST /API/Project/PublishItems/?id=value&sessionId=value

URI Parameters

URI Parameter Description
id The ID of the target project to publish to.
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.PublishProjectItemsOptions

Response

Response Body

The Dundas.BI.WebApi.Models.PublishResultData with information on the result, or a status code indicating the reason for failure.